home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / AviSynthPlugins / VideoScope.xml < prev    next >
Extensible Markup Language  |  2004-08-17  |  2KB  |  62 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--AviSynth plugin description version 1.1-->
  3. <plugin name="VideoScope">
  4.   <description />
  5.   <filters>
  6.     <filter name="VideoScope" category="Misc Plugins" helpfile="vscope" type="clip">
  7.       <description>You can use this plugin to graph the colors of a frame. It shows a waveform monitor (wfm) and a vectorscope.</description>
  8.       <colorspaces>
  9.         <colorspace>yuy2</colorspace>
  10.       </colorspaces>
  11.       <parameters>
  12.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  13.           <description />
  14.           <items />
  15.         </parameter>
  16.         <parameter name="DrawMode" type="string" default="" max="0" min="0" step="0" optional="False" paramList="True">
  17.           <description />
  18.           <items>
  19.             <item>side</item>
  20.             <item>bottom</item>
  21.             <item>both</item>
  22.           </items>
  23.         </parameter>
  24.         <parameter name="TickMarks" type="bool" default="" max="0" min="0" step="0" optional="False" paramList="False">
  25.           <description />
  26.           <items />
  27.         </parameter>
  28.         <parameter name="HistoTypeSide" type="string" default="" max="0" min="0" step="0" optional="False" paramList="True">
  29.           <description />
  30.           <items>
  31.             <item>Y</item>
  32.             <item>U</item>
  33.             <item>V</item>
  34.             <item>UV</item>
  35.             <item>YUV</item>
  36.           </items>
  37.         </parameter>
  38.         <parameter name="HistoTypeBottom" type="string" default="" max="0" min="0" step="0" optional="False" paramList="False">
  39.           <description />
  40.           <items>
  41.             <item>Y</item>
  42.             <item>U</item>
  43.             <item>V</item>
  44.             <item>UV</item>
  45.             <item>YUV</item>
  46.           </items>
  47.         </parameter>
  48.         <parameter name="FrameType" type="string" default="" max="0" min="0" step="0" optional="False" paramList="True">
  49.           <description />
  50.           <items>
  51.             <item>blank</item>
  52.             <item>colormap</item>
  53.             <item>Y</item>
  54.             <item>U</item>
  55.             <item>V</item>
  56.             <item>UV</item>
  57.           </items>
  58.         </parameter>
  59.       </parameters>
  60.     </filter>
  61.   </filters>
  62. </plugin>